﻿@charset "utf-8";
/* CSS Document */
/*新闻列表页*/
.newsList_new {
  margin: 20px 0px;
  overflow: hidden;
}
.newsList_new .newsListRt {
  float: right;
  width: 940px;
  overflow: hidden
}
.newsList_new .listBox {
  overflow: hidden;
  background: #fff;
}
.newsList_new .rtop {
  overflow: hidden;
  background-color: #fff;
  padding: 15px 0px 15px 10px;
}
.newsList_new .rtop h5 {
  float: left;
  padding-left: 10px;
  font-weight: normal;
  line-height: 16px;
  border-left: 0px;
}
.newsList_new .rtop h5 a {
  font-size: 16px;
  color: #333;
}
.newsList_new .rtop span {
  float: right;
  padding-right: 10px;
  color: #333;
}
.newsList_new .rtop span em {
  color: #333;
}
.newsList_new .rtop span a {
  color: #333;
}
.newsList_new .newsPager {
  padding: 0px 20px;
}
.newsList_new .box1 {
  margin: 0 auto;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px dotted #a8a8a8;
}
.newsList_new .box1 dl {
  width: 100%;
  padding: 15px 0px;
}
.newsList_new .box1 dt {
  width: 350px;
  position: relative;
  float: left;
}
.newsList_new .box1 dt img {
  display: block;
  width: 350px;
  height: 191px;
}
.newsList_new .box1 dt a {
  display: block;
}
.newsList_new .box1 dt p {
  width: 92px;
  height: 92px;
  text-align: center;
  background: url(../img/newsBg01.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
.newsList_new .box1 dt span {
  font-size: 48px;
  color: #fff;
  font-family: arial;
  display: block;
  padding-top: 11px;
}
.newsList_new .box1 dt em {
  font-size: 14px;
  color: #fff;
  font-family: arial;
  display: block;
  position: relative;
  top: -6px;
}
.newsList_new .box1 dd {
  width: 530px;
  float: right;
  position: relative;
  height: 200px;
}
.newsList_new .box1 dd h3 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
.newsList_new .box1 dd h3 a {
  display: block;
  color: #333333;
}
.newsList_new .box1 dd p {
  font-size: 14px;
  color: #666666;
  color: #666666;
  line-height: 25px;
  margin-top: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 120px;
}
.newsList_new .box1 dd p a {
  color: #666666;
  text-decoration: none;
}
.newsList_new .box1 dd .more {
  display: block;
  padding: 0 20px;
  height: 30px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  line-height: 30px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  width: 70px;
  margin-top: 10px;
  float: right;
}
.newsList_new .box1 dl:hover dd h3 a {
  color: #d01818;
}
.newsList_new .box1 dl:hover dd .more {
  background-color: #d01818;
  border-radius: 20px;
  color: #fff;
}
.newsList_new .box2 {
  width: 880px;
  margin: 0 auto;
  padding: 10px 20px;
}
.newsList_new .box2 dl {
  padding: 21px 0 21px 0;
}
.newsList_new .box2 dl {
  border-top: 1px dotted #a8a8a8;
}
.newsList_new .box2 dl:first-child {
  border-top: none;
}
.newsList_new .box2 dt {
  width: 92px;
  height: 92px;
  text-align: center;
  background: #bfbfbf;
  float: left;
}
.newsList_new .box2 dt span {
  font-size: 48px;
  color: #fff;
  font-family: arial;
  display: block;
  padding-top: 11px;
}
.newsList_new .box2 dt em {
  font-size: 14px;
  color: #fff;
  font-family: arial;
  display: block;
  position: relative;
  top: -6px;
}
.newsList_new .box2 dd {
  width: 750px;
  float: right;
}
.newsList_new .box2 dd h3 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
.newsList_new .box2 dd h3 a {
  display: block;
  color: #333333;
}
.newsList_new .box2 dd p {
  font-size: 14px;
  color: #666666;
  color: #666666;
  line-height: 21px;
  margin-top: 23px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 42px;
}
.newsList_new .box2 dd p a {
  display: block;
  color: #666666;
  text-decoration: none;
}
.newsList_new .box2 dd .more {
  display: block;
  padding: 0 20px;
  height: 30px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  line-height: 30px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  width: 70px;
  margin-top: 20px;
}
.newsList_new .box2 dl:hover dt {
  background: #d01818;
}
.newsList_new .box2 dl:hover dd h3 a {
  color: #d01818;
}
.newsList_new .box2 dl:hover dd .more {
  background-color: #d01818;
  border-radius: 20px;
  color: #fff;
}